home *** CD-ROM | disk | FTP | other *** search
- // System.H The file included by everything in the System directory. This mainly includes
- // system-dependant files.
-
- #include <Dos.h>
- #include <Conio.h>
- #include <Fcntl.h>
- #include <io.h>
- #include <CType.h>
-
- #ifdef DOS
- #include <i86.h>
- #include <dos.h>
- #endif
-
-
- #include "..\System\DynArray.hpp"
- #include "..\System\Screen.hpp"
- #include "..\System\File_Io.hpp"
- #include "..\System\Mouse.hpp"
- #include "..\System\Timer.hpp"
-
-